org.eclipse.vtp.desktop.core.configuration.attacheddata
Class AttachedDataManager
java.lang.Object
org.eclipse.vtp.desktop.core.configuration.DefaultConfigurationManager
org.eclipse.vtp.desktop.core.configuration.attacheddata.AttachedDataManager
- All Implemented Interfaces:
- java.lang.Cloneable, ConfigurationManager
public class AttachedDataManager
- extends DefaultConfigurationManager
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEDIA_TYPE_ID
public static final java.lang.String MEDIA_TYPE_ID
- See Also:
- Constant Field Values
NAMESPACE_URI
public static final java.lang.String NAMESPACE_URI
- See Also:
- Constant Field Values
AttachedDataManager
public AttachedDataManager()
getAttachedDataBinding
public AttachedDataBinding getAttachedDataBinding(java.lang.String name)
listBindings
public java.util.List listBindings()
listPromptBindings
public java.util.List listPromptBindings()
getType
public java.lang.String getType()
- Specified by:
getType in interface ConfigurationManager- Specified by:
getType in class DefaultConfigurationManager
readConfiguration
public void readConfiguration(org.w3c.dom.Element configuration)
- Specified by:
readConfiguration in interface ConfigurationManager- Overrides:
readConfiguration in class DefaultConfigurationManager
writeConfiguration
public void writeConfiguration(org.w3c.dom.Element configuration)
clone
public java.lang.Object clone()
- Specified by:
clone in interface ConfigurationManager- Specified by:
clone in class DefaultConfigurationManager